home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000205_news@columbia.edu _Thu Jan 11 09:43:03 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by monire.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id JAA29704
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Thu, 11 Jan 2001 09:43:03 -0500 (EST)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA26698
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 11 Jan 2001 09:43:02 -0500 (EST)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id JAA26314
  10.     for kermit.misc@watsun.cc.columbia.edu; Thu, 11 Jan 2001 09:32:54 -0500 (EST)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: scripting problem
  14. Date: 11 Jan 2001 14:32:52 GMT
  15. Organization: Columbia University
  16. Message-ID: <93kg6k$pm7$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <3A5D2372.9988129C@cyberbills.com>,
  20. Victor Zele  <victor@cyberbills.com> wrote:
  21. : I'm having a weird problem with a script where I can run all
  22. : the commands interactively fine, but when I run them in my script
  23. : it fails at the SEND (resend) command with the error,
  24. : ...
  25. : # ./kermit.sh
  26. : TRACE ON
  27. : ...
  28. :  Trying: 555-1212...
  29. :  Device: /dev/ttyS1, modem: usrobotics, speed: 57600
  30. :  Call complete: "CONNECT 44000/ARQ/V90/LAPM/V42BIS".
  31. : ...
  32. :   ** LOGON SUCCESSFUL **
  33. : ...
  34. : The current File Transfer Protocol is ZMODEM>>> %0: "_xif"
  35. :
  36. Could this be it?  I don't see anywhere below that you change the protocol
  37. to Kermit.
  38.  
  39. - Frank